home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 October / Macworld (1998-10).dmg / Serious Demos / Morpha / 3DO.DXR / 00117.ls < prev    next >
Encoding:
Text File  |  1998-07-31  |  346 b   |  21 lines

  1. on sel5
  2.   global sel, t1, drums
  3.   set sel to 5
  4.   if drums = 0 then
  5.     puppetSound(1, 0)
  6.     puppetSound(1, 106)
  7.     set drums to 1
  8.   end if
  9.   if t1 = 2 then
  10.     puppetSound(4, 0)
  11.     puppetSound(3, 0)
  12.     puppetSound(3, 135)
  13.     set t1 to 3
  14.   else
  15.     puppetSound(4, 0)
  16.     puppetSound(3, 0)
  17.     puppetSound(3, 144)
  18.     set t1 to 2
  19.   end if
  20. end
  21.